feat: modernize platforms and cleanup legacy init templates#1333
Open
feat: modernize platforms and cleanup legacy init templates#1333
Conversation
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1fd9590 to
cd0c4b5
Compare
Signed-off-by: Dan Webb <dan.webb@damacus.io>
Slowest examplesTop 0 slowest examples (0 seconds, NaN% of total time)
|
This change moves all CI integration tests to run directly on the GitHub Actions host using the 'exec' driver. This avoids issues with nested virtualization on standard Azure-hosted runners while still providing a full systemd environment for testing the docker cookbook. - Update .github/workflows/ci.yml to use ubuntu-latest and kitchen.exec.yml - Remove VirtualBox/Vagrant setup from CI - Consolidate integration suites in CI - Update kitchen.exec.yml with all test suites - Remove kitchen.dokken.yml
Adds sudo: true and disables omnibus installation to leverage the pre-installed Chef Workstation on the GHA runner host.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR modernizes the supported platforms for the docker cookbook by removing EOL versions and adding support for Debian 13, AlmaLinux 10, and Rocky Linux 10. It also removes legacy sysvinit and upstart templates, updates unit tests, and adds future resource planning documents.